home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / take.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  79 lines

  1. Author:  Brian Maguire 
  2. Subject: "TakeOver" command 
  3. Date: November 1, 1991 
  4.  
  5.  
  6. TAKA  -  Adds "TakeOver" command to USER key assignment 
  7. TAKR  -  Removes "TakeOver" command to USER key assignment 
  8.  
  9. Copyright 1991  Brian Maguire 
  10. All Rights Reserved 
  11.  
  12. [Note: See also SMTK.LIB on this disk; its ->EVL command adds the 
  13.  TakeOver command to objects.  -jkh-] 
  14.  
  15. DISCLAIMERS 
  16.  
  17. TAKA, TAKR,  and this manual are presented as is, without 
  18. warranties, expressed or implied.  The author makes no guarantee 
  19. as to the fitness of this software. 
  20.  
  21. This software can be copied freely provided the software, 
  22. including this manual, is copied in its entirety.  The user 
  23. cannot be charged, in whole or in part, except for the cost of 
  24. reproduction.  No part of this package may be used for commercial 
  25. purposes without written permission from the author. 
  26.  
  27.  
  28. SUMMARY 
  29.  
  30. Many of the built-in 48 programs that are assigned to keys, for 
  31. example the interactive stack, can be run while the command line 
  32. is active.  This option is unavailable to the user.  If a program 
  33. is assigned to a user key, it is evaluated only if the command 
  34. line is not active.  Otherwise, the 48 beeps.  The programs TAKA 
  35. and TAKR extend this feature to user created programs. 
  36.  
  37. First, a program must be assigned to a particular key using the 
  38. commands ASN or STOKEYS.  This program must be in RAM, not ROM. 
  39. Next, the "TakeOver" command must be added to the key assignment 
  40. using the program TAKA.  This special command tell the 48 to 
  41. temporarily hand control over to that program.  Finally, set the 
  42. 48 to user mode.  The assigned key will now be evaluated even 
  43. when the command line is active.  To remove the "TakeOver" 
  44. command from a key assignment use the program TAKR. 
  45.  
  46.  
  47. COMMANDS 
  48.  
  49. TAKA 
  50. This program adds the "TakeOver" command to a user key 
  51. assignment.  If a RAM program is not assigned to the user key or 
  52. an invalid key number is input on level one, "Bad Argument Value" 
  53. error will occur. 
  54.  
  55. Input                   Output 
  56.  
  57. Real(keycode)    -->    Adds the "TakeOver" command to a user 
  58.                         key assignment. 
  59.  
  60.  
  61.  
  62. TAKR 
  63. This program removes the "TakeOver" command from a user key 
  64. assignment.  If a RAM program is not assigned to the user key or 
  65. an invalid key number is input on level one, "Bad Argument Value" 
  66. error will occur. 
  67.  
  68. Input                   Output 
  69.  
  70. Real(keycode)    -->    Removes the "TakeOver" command from a 
  71.                         use key assignment. 
  72.  
  73. Enjoy, 
  74.  
  75. Brian Maguire 
  76. 139 Kingsbury 
  77. Dearborn, MI 48128 
  78.  
  79.